home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / prog / asm_0_m.arj / KBXDUAL.DOC < prev    next >
Text File  |  1987-09-17  |  1KB  |  29 lines

  1.  
  2.    This program was published in PC Magazine, 29 Sep 87, pp. 339 ff.
  3. It permits direct, two-key entry of most high-bit ASCII characters.
  4. The display of characters is activated by Alt-Spacebar, and is
  5. eliminated by ESC.  The display toggles with num-lock and scroll-lock,
  6. which also activate the entry of the additional characters.  The num-lock
  7. and scroll-lock functions are retained through the use of the shift
  8. key with num/scroll-lock.  Full documentation is in the magazine.
  9.  
  10. As published, it worked only for a single-display system.  Since 
  11. many (??at least a few) of us have dual systems, with a mono monitor
  12. together with either a cga or ega, a few changes were needed to get
  13. the program to function in this latter environment.  The program
  14. kbxdual.asm/com represents these changes to the original.
  15.  
  16.   The .ASM file documents the changes, while retaining the entirety 
  17. of the original program, for those who want to return to from whence
  18. it came.  The program has been tested in both of the above noted dual
  19. display systems.  While I expect it to work also in single-display
  20. systems, it has not been fully tested in that environment; the tests
  21. that were run worked.
  22.  
  23.   Further test reports will be welcome, addressed to Bob Thompson on
  24. Gene Plantz BBS in Chicago, 312-885-2303.
  25.  
  26.   Enjoy.
  27.  
  28. (Revised as KBXDUAL2.ARC, corrected code in init2:)
  29.                                 Bob Thompson